MsgBoxButttons
|
Description: |
baMsgBoxButtons sets the text of the buttons for MessageBox. |
|
Platforms: |
Macintosh |
|
Usage: |
Result = baMsgBoxButtons( OK, Cancel, Yes, No, Retry, Ignore, Abort ) |
|
Arguments: |
String, string, string, string, string, string, string. |
|
Returns: |
Void. |
|
Examples: |
Director:s Authorware: |
|
Notes: |
This function allows you to localise/customise the text
on the buttons of the baMsgBox function. Call
this function before you call baMsgBox. If you change the text of a button, baMsgBox will still return the default text of the button clicked. |
|
See also: |
baMsgBox |